xen/xsm: Introduce new boot parameter xsm
authorXin Li <talons.lee@gmail.com>
Tue, 9 Oct 2018 09:33:19 +0000 (17:33 +0800)
committerJulien Grall <julien.grall@arm.com>
Fri, 14 Jun 2019 13:38:40 +0000 (14:38 +0100)
commit37db5e59da08f19a145386c8a80f3facc424e38a
tree2d90e20df8c8265b066f692a332c939b206a39e7
parent3c3490fb76a7f49a062d932913a46f007625e278
xen/xsm: Introduce new boot parameter xsm

Introduce new boot parameter xsm to choose which xsm module is enabled,
and set default to dummy. And add new option in Kconfig to choose the
default XSM implementation.

Signed-off-by: Xin Li <xin.li@citrix.com>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/misc/xen-command-line.markdown
xen/common/Kconfig
xen/xsm/xsm_core.c